home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Network util / Ostronet / ostronet.exe / 0 / RCDATA / TPWDFORM / TPWDFORM.txt
Text File  |  1998-08-20  |  834b  |  48 lines

  1. object PwdForm: TPwdForm
  2.   Left = 479
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 109
  6.   ClientWidth = 273
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 7
  16.     Top = 8
  17.     Width = 260
  18.     Height = 28
  19.     AutoSize = False
  20.   end
  21.   object Edit1: TEdit
  22.     Left = 10
  23.     Top = 43
  24.     Width = 254
  25.     Height = 21
  26.     PasswordChar = '*'
  27.     TabOrder = 0
  28.     OnChange = Edit1Change
  29.   end
  30.   object Button1: TButton
  31.     Left = 56
  32.     Top = 76
  33.     Width = 76
  34.     Height = 23
  35.     Enabled = False
  36.     TabOrder = 1
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 144
  41.     Top = 76
  42.     Width = 74
  43.     Height = 23
  44.     TabOrder = 2
  45.     OnClick = Button2Click
  46.   end
  47. end
  48.